home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_2
/
screenmodechanger
/
install.script
< prev
next >
Wrap
Text File
|
1993-02-01
|
731b
|
41 lines
; Script file to install reqtools.library 38 on Kickstart
FailAt 20
Version >NIL: exec.library 37
If WARN
Echo "*nYou need Kickstart 2.0 or higher for ScreenModeChanger"
Skip END
EndIf
Echo "*nreqtools.library Installation Script*n"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install Kickstart 2.0 version of reqtools.library (38.358) ?"
If NOT WARN
Skip Aborted
EndIf
Copy libs/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library copied to your Libs: directory."
Lab INSTALLED
Echo "Installation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: